Search results

1932 packages found

Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.

published 3.1.1 6 months ago
M
Q
P

Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.

published 3.0.5 6 months ago
M
Q
P

Returns true if a value has the characteristics of a valid JavaScript data descriptor.

published 2.1.3 6 months ago
M
Q
P

Returns true if an object was created by the `Object` constructor, or Object.create(null).

published 5.0.0 4 years ago
M
Q
P

Given an object and a property, replaces a property descriptor (or deletes it), and returns a thunk to restore it.

published 1.0.3 6 months ago
M
Q
P

Access deep object properties using a path

published 0.11.8 3 years ago
M
Q
P

Filter object keys and values into a new object

published 6.0.0 2 months ago
M
Q
P

Returns true if the value is an object and not an array or null.

published 4.0.0 5 years ago
M
Q
P

sets a value deep in an object

published 1.0.2 4 months ago
M
Q
P

Extend an object with the properties of additional objects. node.js/javascript util.

published 3.0.2 6 years ago
M
Q
P

Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.

published 4.1.2 3 years ago
M
Q
P

Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js

published 1.0.2 7 years ago
M
Q
P

Set nested properties on an object using dot notation.

published 4.1.0 3 years ago
M
Q
P

**Grab Wizard** is a lightweight JavaScript package for navigating and retrieving values from nested data structures. <br/> ## Install You can install the package using npm:

published 2.0.0 3 months ago
M
Q
P

Define a lazily evaluated property on an object

published 3.0.0 3 years ago
M
Q
P

Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream

published 8.0.1 5 months ago
M
Q
P

Safely get deep nested properties using dot notation

published 0.0.10 a year ago
M
Q
P

Convert object keys to camel case

published 9.1.3 4 months ago
M
Q
P

Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library can do this!).

published 3.0.1 6 years ago
M
Q
P

Access nested property values at any depth with a simple expression.

published 2.1.1 4 years ago
M
Q
P